@charset "UTF-8";
/* CSS Document */

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
	color: #F00;
	clip: rect(auto,auto,auto,auto);
}
img {
	float: left;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: none;
	font-style: normal;
	line-height: normal;
	padding-left: 0px;
	width: 200px;
	float: left;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
}
a:hover {
	color: #CCC;
}
body {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	width: 250px;
	position: relative;
	text-align: left;
	float: left;
	margin-left: 10px;
}
.contac {
	color: #F00;
	margin-top: 10px;
}
